﻿.animate1 {
    animation: dong1 0.8s linear infinite ;
}
@keyframes dong1 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1);
    }
    51% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1.3);
    }
     
}

.tui_cont .swiper-container .swiper-wrapper{
    
   transition-timing-function: linear;
}
.tui_cont a {
    display: block;
}
.tui_cont .swiper-slide {
    /*height: auto !important;*/
}

.border-shadow{
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.ff{
    background-color: #fff;
}
.banner{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
@media ( min-width: 1000px ) {
    
    .banner .swiper-slide a {
        display: flex;
        justify-content: center;
        position: relative;
        width: 100%;
        height: 520px;
        overflow: hidden;
    }
    .banner img {
        height: 100%;
        width: auto;
        max-width: none;
    }
}
.banner-box{
    position: relative;
}
.container-banner{
    margin: 0 auto;
}
.head-wen1{
    color: #5fa81f;
    font-size: 34px;
    font-weight: bold;
    padding: 0 15px;
}
.head-wen2{
    color: #5b7635;
    font-size: 18px;
}
.bx-nav-tow{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}
@media ( min-width: 1000px ){
    .bx-head{
        height: 260px;
    }
    .bx-logo-r{
        width: 34%;
    }
}
.search-box{
    border-radius: 5px;
    max-width: 410px;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
}
.search-box .search{
    border: none;
    padding: 0 15px;
    font-size: 14px;
    line-height: 42px;
    height: 42px;
    width: 85%;
    float: left;
}
.search-box i{
    width: 15%;
    background: #5fa81f;
    color: #fff;
    font-size: 24px;
    font-weight: 100;
    text-align: center;
    line-height: 42px;
    float: right;
}
::-webkit-input-placeholder{
    color: #666;
}

.bx-nav{
    background: #5fa81f;
    color: #fff;
}
.bx-nav ul{
    position: relative;
}
.bx-nav li{
    float: left;
    width: 14.28%;
    padding-left: 10px;
}
.bx-nav li:hover .nav2{
    height: auto;
}

.bx-nav li > a{
    position: relative;
    display: block;
    line-height: 54px;
    color: #fff;
    text-align: center;
    font-size: 18px;
}
.bx-nav li > a:hover,
.bx-nav li > .focus{
    background: #488315;
}
.bx-nav li > a::before{
    border: 1px solid #2e560c;
    border-width: 2.5px 5px;
    width: 0;
    height: 0;
    border-top-color: transparent;
    border-left-color: transparent;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    transform: translate(-100%,-100%);
    opacity: 0;
    transition: opacity .1s;
}
.bx-nav li > a::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    width: 100%;
    height: 5px;
    background: #488315;
    opacity: 0;
    transition: opacity .1s;
}
.bx-nav li > a:hover::before,
.bx-nav li > a:hover::after,
.bx-nav li > a.focus::before,
.bx-nav li > a.focus::after{
    opacity: 1;
}

.bx-nav li a i{
    font-size: 20px;
}
.icon_jrtt{
    position: absolute;
    left: 0;
    top: 0;
    width: 6%;
}

.jrtt-bg{
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    background: url(../images/jrtt-right-bg.png) no-repeat center bottom;
    background-color: #5fa81f;
    overflow: hidden;
}
.jstt-right .col-md-4:nth-of-type(2) .jrtt-bg{
    background-color: #1fa876;
}
.jstt-right .col-md-4:nth-of-type(3) .jrtt-bg{
    background-color: #1f96a8;
}
.jrtt-bg a{
    display: block;
    width: 100%;

}
.jrtt-bg .center-imgp{
    width: 100%;
}
.jrtt-bg .center-imgp img{
    width: 40%;
    max-width: 50px;
    transition: all 0s;
}
.jrtt-bg:hover .center-imgp img{
    transform: rotate3d(0,1,0,360deg);
    transition: all 1s;
}
.jrtt-bg .center-imgp p{
    color: #fff;
}

.jrtt-left h3{
    line-height: 1.75em;
}
.jrtt-left p{
    line-height: 1.7em;
    height: 3.4em;
    color: #666;
}
.jrtt-gao{
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    padding: 0 20px;
}
.jrtt-gao > i{
    width: 20px;
    font-size: 20px;
    line-height: 50px;
}
.jrtt-gao .scrollDiv{
    width: calc( 100% - 20px);
    font-size: 14px;
}
.scrollDiv p{
    width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
}
.scrollDiv span{
    color: #999;
    font-size: 14px;
    width: 20%;
    text-align: right;
}


/* inew */
@media (min-width: 1000px){
    .inew-slide.col-md-6{
        width: 53%;
    }
    .inews-right.col-md-6{
        width: 47%;
    }
}

.inew-slide a{
    position: relative;
    display: block;
}
.inew-slide h3{
    line-height: 40px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 0 20px;
    padding-right: 60px;
}
.inew-slide .swiper-pagination{
    text-align: right;
    padding-right: 20px;
}

/* 行业资讯3 */
.hyzx-top{
    background: #f5f3f4;
    line-height: 44px;
}

.hyzx-top .span{
    max-width: 130px;
    width: 24%;
    text-align: center;
    float: left;
    font-size: 18px;
    position: relative;
}
.hyzx-top .span::after{
    content: "";
    width: 0;
    height: 0;
    border: 1px solid transparent;
    border-top-color: #5fa81f;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%);
    border-width: 10px 6.5px;
    opacity: 0;
}
.hyzx-top .span.focus{
    background: #5fa81f;
    color: #fff;
}
.hyzx-top .span.focus::after{
    opacity: 1;
}

.hyzx-top .pull-right{
    color: #999;
    padding: 0 10px;
}
.hyzx-top .pull-right:hover{
    color: #5fa81f;
}


.hyzx-cont li{
    line-height: 39px;
}
.hyzx-cont li a{
    display: block;
}
.hyzx-cont li a:hover .pull-left{
    color: #5fa81f;
}
.hyzx-cont .pull-left{
    width: 80%;
}
.pointf{
    position: relative;
}
.pointf::before{
    content: "";
    width: 4px;
    height: 4px;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
}
.hyzx-cont .pull-right{
    display: block;
    width: 20%;
    color: #999;
    text-align: right;
}

.green,
a.green{
    color: #5fa81f;
}



.lou_title{
    border-bottom: 1px solid #e5e5e5;
    line-height: 44px;
    color: #5fa81f;
}
.lou_title .before{
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #5fa81f;
    color: #fff;
    line-height: inherit;
    vertical-align: middle;
}

.lou_title .right{
    color: #999;
    font-weight: normal;
}
.lou_title .right:hover{
    color: #5fa81f;
}
@media( min-width: 1000px ){
    .lou_fen.col-xs-12{
        width: 22%;
    }
    .lou_tui.col-xs-12{
        width: 75%;
    }
    .left_lou.col-xs-12{
        width: 70.5%;
        max-width: 845px;
    }
}
.lou_fen a{
    display: block;
}
.lou_fen .jrtt-bg{
    height: 86px;
    background-image: none;
    background-color: #5fa81f;
}
.lou_fen a:nth-of-type(2) .jrtt-bg{
    background: #1fa876;
}
.lou_fen a:nth-of-type(3) .jrtt-bg{
    background: #1f96a8;
}
.lou_fen a:nth-of-type(4) .jrtt-bg{
    background: #e28e1a;
}
.right_tuijian{
    width: 29%;
    padding-left: 14px;
}
.tui_title{
    background: #e5e5e5;
    color: #fff;
    line-height: 44px;
}
.tui_title span{
    display: inline-block;
    width: 110px;
    text-align: center;
    background: #5fa81f;
}
.tui_cont a{
    display: block;
}
.tui_cont::-webkit-scrollbar{
    display: none;  
}


.bx-plr15{
    padding-left: 15px;
    padding-right: 15px;
}
.lou_fen .bx-ptb10{
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}


.lou5_cont .swiper-slide{
    box-sizing: border-box;
}
.lou5_cont .swiper-slide a{
    display: block;
    color: #fff;
    background: url(../images/lou5.png) no-repeat right center;
    background-size: 58.33333333% 100%;
    background-color: #5fa81f;
}
.lou5_cont .swiper-slide:nth-of-type(4n + 1) a{
    background-color: #1fa876;
}
.lou5_cont .swiper-slide:nth-of-type(4n + 2) a{
    background-color: #1f8da8;
}
.lou5_cont .swiper-slide:nth-of-type(4n + 3) a{
    background-color: #e28e1a;
}

.lou5_cont h4{
    margin: 0;
}
.lou5_cont p{
    line-height: 1.4em;
    height: 7em;
}
.about_i_text p{
    line-height: 1.875em;
    height: 15em;
}
.lou6_cont a{
    display: block;
    max-width: 208px;
    width: 72%;
    margin: 0 auto;
}
.lou6_cont .jrtt-bg{
    background: none;
    border: 1px solid #e5e5e5;
    height: 120px;
}
.lou6_cont .jrtt-bg .center-imgp p{
    color: #333;
    padding-top: 5px;
}


.lou7_cont a{
    display: block;
}
.lou7_cont a p{
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    bottom: 0;
    left: 0;
    line-height: 2.875em;
}
.bx-relative{
    position: relative;
}


.lou8_cont a{
    display: block;
    border: 1px solid #e5e5e5;
}

.lou9_cont li{
    display: inline-block;
}
.lou9_cont a{
    display: block;
    padding: 5px 10px;
    /* border: 1px solid #e5e5e5; */
}

.bx-p5{
    padding: 5px;
}







/* 导航二级菜单 */
.nav2{
    position: absolute;
    left: 0;
    top: 54px;
    border: 1px solid #cfe1bf;
    background: #fff;
    width: 100%;
    z-index: 1;
    display: none;
}
.nav02_img{
    width: 37.5%;
}
.nav02_img img{
    width: 100%;
}
.nav02_text{
    padding: 0 25px;
    width: 61.5%;
}
.nav02_text p{
    line-height: 30px;
    color: #666;
    height: 150px;
}

.about_bg{
    padding: 15px !important;
}
.about_bg .li{
    width: 33.33%;
    width: 42.5%;
    padding: 5px;
    float: left;
}
.about_bg .li .jrtt-bg{
    background-image: url(../images/nav02_bg.png);
}
.about_bg .li:nth-of-type(2) .jrtt-bg{
    background-color: #5fa81f;
    background-color: #1f8da8;
}
.about_bg .li:nth-of-type(3) .jrtt-bg{
    background-color: #1fa876;
}
.about_bg .li:nth-of-type(4) .jrtt-bg{
    background-color: #1f96a8;
}
.about_bg .li:nth-of-type(4) .jrtt-bg{
    background-color: #e28e1a;
}


/*.about_bg .li:nth-of-type(4),
.about_bg .li:nth-of-type(5){
    width: 42.5%;
}*/

.title_side{
    height: 90px;
    text-align: center;
    background-color: #5fa81f;
    color: #fff;
    background: #5fa81f url(../images/title_side.png) no-repeat center right;
    background-size: cover;
}
.title_side h3{
    line-height: 1.5em;
}
.title_side span{
    opacity: 0.3;
    text-transform: uppercase;
}
.bx-side-fl .top{
    border-radius: 5px;
    overflow: hidden;
}

.bottom_side{
    background: #5fa81f url(../images/bottom_side.png) no-repeat center right;
    background-size: cover;
    border-radius: 5px;
    color: #fff;
    height: 90px;
    text-align: center;
    font-size: 16px;
}
.bottom_side i{
    vertical-align: middle;
}
.inline_block{
    display: inline-block;
    vertical-align: middle;
}

.flex_center{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}


.cont_right{
    width: 100%;
    float: right;
    max-width: 920px;
}
.contr_title{
    background: #5fa81f;
    color: #fff;
    padding: 0 20px;
}
.contr_title h3{
    line-height: 39px;
    position: relative;
}
.contr_title h3::before{
    content: "";
    width: 3px;
    height: 50%;
    background: #fff;
    position: absolute;
    top: 24%;
    left: 0;
}
.both .hyzx-cont li:nth-of-type(2n+1){
    background: #f4f4f4;
}
.cont_right .hyzx-cont li:nth-of-type(2n+1){
    background: #f4f4f4;
}


.col-md-25{
    width: 20%;
    float: left;
}

.nav03 .jrtt-bg{
    height: 150px;
    background: none;
}
.nav03 .jrtt-bg .center-imgp img{
    max-width: 80px;
}
.nav03 .jrtt-bg p{
    color: #333;
    margin-top: 10px;
}

.lou_top{
    padding: 40px 6.667%;
}
.lou_top img{
    max-width: 230px;
}
.bx-fsb34{
    font-size: 34px;
    font-weight: bold;
}

.lou_top {
    position: relative;
}
.lou_top .pic{
    width: 32%;
    float: left;
}
.lou_top .pic img{
    width: 100%;
}
.lou_top .text{
    width: 68%;
    float: right;
    padding: 10px 8.5%;
    border-left: 1px solid #e5e5e5;
}
.lou_top .text p{
    line-height: 2.5em;
    height: 12.5em;
}

.fen_c_li {
    height: 70px;
    line-height: 70px;
    width: 18%;
    display: inline-block;
    position: relative;
    margin: 0 3%;
}
.fen_c_li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
    border-radius: 5px;
    background: #dddddd;
}


.fen_c_li a::after{
    content: "";
    width: 0;
    height: 0;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%);
    border: 1px solid transparent;
    border-top-color: #5fa81f;
    border-width: 10px 8.5px;
    position: absolute;
    opacity: 0;
}
.fen_c_li a.focus,
.fen_c_li a:hover{
    background: #5fa81f;
    color: #fff;
}
.fen_c_li a.focus::after,
.fen_c_li a:hover::after{
    opacity: 1;
}

.fen_c_li a img{
    filter: invert(100%);
    vertical-align: middle;
    transition: all .2s;
}
.fen_c_li a.focus img,
.fen_c_li a:hover img{
    filter: invert(0%);
}

.nav04 .flex_be{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav04 a{
    width: 27%;
}
.nav04 .jrtt-bg{
    height: 160px;
    background-position: top left;
    background-image: url(../images/nav04_bg.png);
}

.flex_be a:nth-of-type(2) .jrtt-bg{
    background-color: #1fa876;
}
.flex_be a:nth-of-type(3) .jrtt-bg{
    background-color: #1f96a8;
}

.hyzx-cont_i li{
    line-height: 22px;
    padding: 12px 0;
}

.hyzx-cont_i li p{
    width: 100%;
}
.hyzx-cont_i li p::before{
    display: none;
}

.hyzx-cont_i li p em{
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    margin-right: 12px;
    background-color: #c5c5c5;
    color: #fff;
}


.hyzx-cont_i li:nth-of-type(1) p em{
    background-color: #a84c1f;
}
.hyzx-cont_i li:nth-of-type(2) p em{
    background-color: #a8801f;
}
.hyzx-cont_i li:nth-of-type(3) p em{
    background-color: #a3a81f;
}

.nav06 {
    width: 190px;
    left: auto;
    right: 0;
    color: #333;
}
.nav06 img{
    border: 1px solid #cfcfcf;
}


/* 会员之窗 */
.form_line {
    line-height: 40px;
    font-size: 14px;
}
.form_line .label0{
    width: 85px;
    color: #666;
    float: left;
}
.form_line .input{
    width: 440px;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    float: left;
    overflow: hidden;
}
.form_line .input .in{
    width: 100%;
    border: none;
    padding: 0 20px;
}
select.in{
    -webkit-appearance: none;
    background: url(../images/select_bg.png) no-repeat right center;
    background-size: 7.954545454545454% auto;
}
.input.btn_input{
    line-height: 50px;
    border: none;
}
.input .btn_win{
    line-height: 50px;
    background-color: #5fa81f;
    color: #fff;
    text-align: center;
}
.bx-ptb15{
    padding-top: 15px;
    padding-bottom: 15px;
}
.contr_title2{
    position: relative;
    border-bottom: 1px solid #e7e7e7;
}
.contr_title2::before{
    content: "";
    position: absolute;
    top: 34%;
    left: 0;
    height: 32%;
    width: 3px;
    background: #5fa81f;
}

.row15{
    margin-left: -15px;
    margin-right: -15px;
}

.bx-p15{
    padding: 15px;
}

.win_li1{
    border: 8px solid #f1f1f1;
    border-radius: 5px;
    position: relative;
}
.win_li1 .bx-noimg{
    border-bottom: 1px dashed #f1f1f1;
}
.win_li1 .title_b p{
    line-height: 2em;
}
.btn_more{
    width: 100px;
    line-height: 34px;
    border: 1px solid #fff;
    border-radius: 5px;
    background-color: #fff;
    color: #5fa81f;
    font-size: 12px;
    display: inline-block;
}
/* .btn_more:hover{
    border-color: #fff;
    background: #5fa81f;
    color: #fff;
} */
.hover_text{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(75, 148, 11, 0.9);
    color: #fff;
    opacity: 0;
    transition: opacity .2s;
}
.win_li1:hover .hover_text{
    opacity: 1;
}
.win_li2{
    border-radius: 5px;
    background: #eae6e6;
    overflow: hidden;
}
.win_li2 a{
    color: #fff;
}
.win_li2 a .bx-noimg{
    background: none ;
}
.win_li2 a img{
    opacity: 0.15;
    /* -webkit-filter: grayscale(50%);
    filter: grayscale(50%); */
}
.win_li2 a:hover{
    color: #fff;
}
.win_li2 a:hover img{
    opacity: 1;
}
/* 会员之窗 */
.position_full{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.position_center{
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


.lou9_cont .select_box{
    padding: 0 6px;
    line-height: 52px;
}
.lou9_cont .select_box .select{
    width: 100%;
    border: 1px solid #dfdede;
    padding: 0 30px;
    height: 54px;
    -webkit-appearance: none;
    cursor: pointer;
}
.lou9_cont .select_box .select i{
    line-height: inherit;
}
.lou9_cont .select_box .select:hover,
.lou9_cont .select_box .select.focus{
    background: #5fa81f;
    border-color: #5fa81f;
    color: #fff;
}
.lou9_cont .select_box .select.focus i{
    transform: rotate(180deg);
    transition: transform .2s;
}

.container_920{
    width: 77%;
    max-width: 920px;
    margin: 0 auto;
}
.search_box{
    border-radius: 5px;
    overflow: hidden;
    line-height: 50px;
    display: flex;
    align-items: center;
}
.search_box .search{
    border: 1px solid #cfcfcf;
    border-right: none;
    line-height: 48px;
    flex: 1;
    border-radius: 5px 0 0 5px;
}
.search_right{
    width: 130px;
    cursor: pointer;
    display: inline-block;
}
.search_box .search_right{
    width: 130px;
    background: #5fa81f;
    color: #fff;
    text-align: center;
}

.screen_line{
    line-height: 40px;
    font-size: 16px;
}
.screen_line .screen_before{
    color: #999;
    width: 6.25em;
    display: inline-block;
}
.screen_label{
    font-weight: normal;
    margin-right: 10px;
}
.screen_label input{
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: 1px solid #cfcfcf;
    vertical-align: middle;
    background: transparent;
    -webkit-appearance: none;
    margin-top: 0 !important;
    margin-bottom: 2px !important;
    position: relative;
    outline: none;
}
/* .search_lable input:checked:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/checkbox_bg.png) no-repeat center center;
} */

.radio_type:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    /* border: 1px solid #7d7d7d; */
    display: inline-block;
    vertical-align: middle;
    outline: none;
}
.radio_type:checked:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #5fa81f;
    background:#5fa81f;
    display: inline-block;
    vertical-align: middle;
}
.radio_type:checked:after{
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 10px;
    height:5px;
    border: 1px solid white;
    border-top: transparent;
    border-right: transparent;
    text-align: center;
    display: block;
    position: absolute;
    top: 20%;
    left: 50%;
    vertical-align: middle;
    transform: rotate(-45deg) translate(-50%,-50%);
}
.radio_type:checked+label{
    color: #c59c5a;
}
table{
    width: 100%;
}
.screenR_box{
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #cfcfcf;
}
.screenR_box tr{
    width: 100%;
}
.screenR_box .th{
    background: #5fa81f;
    color: #fff;
    text-align: center;
    float: left;
}

.screenR_box .th,
.screenR_box td{
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    border:none;
    width: 21%;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 5px;
}
.screenR_box .tr .th:first-of-type,
.screenR_box tr td:first-of-type {
    width: 37%;
}
.screenR_box td.orange{
    font-weight: bold;
    color: #e28e1a;
}

.screenR_box .table_box{
    height: 360px;
    overflow: auto;
}
.screenR_box .table_box::-webkit-scrollbar {
    display: none;
}
.tag_box{
    line-height: 40px;
}
.tag_box .tag{
    display: inline-block;
    border: 1px solid #cfcfcf;
    line-height: 38px;
    border-radius: 5px;
}

.row2{
    margin-left: -20px;
    margin-right: -20px;
}


.credit_li a{
    display: block;
}
.credit_li .div-pic{
    width: 29%;
    float: left;
    text-align: center;
    padding: 34px;
}
.credit_li .div-pic .bx-noimg{
    border-radius: 5px;
    border: 1px solid #cfcfcf;
}
.credit_li .text{
    padding-right: 25px !important;
    width: 71%;
    float: right;
}

.type{
    display: inline-block;
    background: #edfce0;
    color: #5fa81f;
    padding: 0 10px;
    line-height: 26px;
    font-size: 12px;
    margin-right: 5px;
}

.level{
    background: #f1fdff;
    font-size: 12px;
    line-height: 34px;
}
.level_val{
    color: #e28e1a;
    font-weight: bold;
}


.pro-side{
    position: absolute;
    left: -15px;
    top: 68px;
    border: 1px solid #e5e5e5;
    width: 56px;
    transform: translateX(-100%);
}
.pro-side.fixed{
    position: fixed;
    left: 0;
    transform: none;
    top: 10px;
}
.pro-side a{
    display: inline-block;
    position: relative;
    height: 56px;
    padding: 0 10px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #e8e8e8;
}
.pro-side a::after{
    content: "";
    width: 24px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -1px;
    left: calc( 50% - 12px );
}
.pro-side li:last-of-type a::after{
    display: none;
}

.pro-side li a:hover,
.pro-side li  a.focus{
    background: #5fa81f;
    color: #fff;
}


.share_det{
    border: 1px dashed #cfcfcf;
    line-height: 28px;
}
.det_action a{
    display: inline-block;
}

.credit_title span{
    text-transform: uppercase;
    color: #999;
}
@media ( max-width: 1080px ){
    .pro-side {
        display: none;
    }
}


@media ( min-width: 1366px){
    .contr_title h3{
        line-height: 50px;
    }
    .cont_right .hyzx-cont li{
        line-height: 50px;
    }
    .both .hyzx-cont li{
        line-height: 50px;
    }
}

@media (min-width: 1200px){
    body .container{
        padding: 0;
    }
}
@media (min-width: 1000px){
    .cont_right{
        width: 77%;
    }
}

@media (min-width: 1000px) and (max-width: 1366px){
    body .container{
        width: 990px;
        padding: 0;
    }
    .inews-right .hyzx-cont li:nth-of-type(6) ~ li{
        display: none;
    }
    .lou4_hot + .pull-right ul li:nth-of-type(8) ~ li {
        display: none;
    }
    .lou_top .pic{
        padding: 0 20px !important;
    }
}

@media (max-width: 1366px ){
    .fen_c_li {
        height: 60px;
        line-height: 60px;
        /* margin: 0 25px; */
    }
    .fen_c_li a img{
        margin-bottom: 5px;
    }
}
@media ( max-width: 1000px ){
    .bx-head{
        background-color: rgba(255, 255, 255, 0.8);
        height: 60px;
        /* background-color: rgba(0, 0, 0, 0.2); */
        color: #fff;
    }
    .banner{
        position: static;
    }
    .lou_fen a{
        padding:0 10px;
    }
    .hyzx-cont{
        padding: 10px 0 0;
    }
    .hyzx-cont li{
        line-height: 30px;
    }
    .hyzx-cont .pull-left{
        width: 70%;
    }
    .hyzx-cont .pull-right{
        display: block;
        width: 25%;
        color: #999;
        text-align: right;
    }
    .bx-side{
        z-index: 10;
    }
    .bx-side.show{
        left: 0;
    }
    .contr_title h3{
        line-height: 30px;
    }
    .lou_top .pic{
        width: 100%;
        float: left;
    }
    .lou_top .text{
        width: 100%;
        float: right;
        border-left: none;
    }
    .lou_top .text p {
        height: auto;
        line-height: 2em;
    }
    .hyzx-cont_i li{
        padding: 5px 0;
    }
    .hyzx-cont_i li p em{
        margin-right: 5px;
    }
    .hyzx-top{
        line-height: 33px;
    }
    .fen_c_li{
        height: 40px;
        line-height: 40px;
        margin: 0 1%;
        width: 21%;
    }
    .fen_c_li a img{
        display: none;
    }

    .form_line {
        line-height: 32px;
    }
    .form_line .label0{
        width: 100%;
    }
    .form_line .input{
        max-width: 440px;
        width: 100%;
    }
    .row15{
        margin-left: -5px;
        margin-right: -5px;
    }
    .bx-p15{
        padding: 5px;
    }
    
    .lou9_cont .select_box{
        line-height: 37px;
    }
    .lou9_cont .select_box .select{
        padding: 0 20px;
        height: 39px;
    }    
    .container_920{
        width: 100%;
    }
    .scrollDiv p{
        width: 60%;
    }
    .scrollDiv span{
        width: 40%;
    }

    .jstt-right .jrtt-bg {
        height: 70px;
    }
    .jrtt-left p {
        height: 5.1rem;
        -webkit-line-clamp: 3;
    }
}